Make gitea serv use api/internal#4886
Conversation
|
Git clone tests seems to fail now |
|
I have not much time until 2 weeks. I will look at tests since I test clone manually and it worked but I must have forget one corner case. |
3d2e752 to
3c3ff11
Compare
Codecov Report
@@ Coverage Diff @@
## master #4886 +/- ##
========================================
Coverage ? 37.5%
========================================
Files ? 310
Lines ? 45929
Branches ? 0
========================================
Hits ? 17226
Misses ? 26232
Partials ? 2471
Continue to review full report at Codecov.
|
|
I found the stupid mistake I made. 😑 |
|
Both hooks command also need to use api/internal. |
|
@lunny I will have to verify but hook seems to only use const in models and already use private (api/internal). |
|
@sapk Another PR to remove that is good. |
In order to limit concurrent access to database (mostly for SQLite)
Related: #4848 #2040